Closed bspot closed 5 months ago
My experience with Rust is limited, so maybe I'm missing something, but it appears that since client::rawsession::Limits is not exported, it is not possible to use the set_limits function on RawSession from outside the crate.
client::rawsession::Limits
set_limits
RawSession
Thanks for noticing this. It's fixed
My experience with Rust is limited, so maybe I'm missing something, but it appears that since
client::rawsession::Limits
is not exported, it is not possible to use theset_limits
function onRawSession
from outside the crate.