[][src]Trait set_encoding::UniversalSet

pub trait UniversalSet {
    type T: UInt;
    fn size(self) -> Self::T;
}

Associated Types

type T: UInt

Loading content...

Required methods

fn size(self) -> Self::T

Loading content...

Implementors

Loading content...