Trait btlib::SizeExt

source ·
pub trait SizeExt: Size {
    // Provided method
    fn size_or_err(&self) -> Result<u64> { ... }
}

Provided Methods§

Implementors§

source§

impl<T: Size> SizeExt for T