Trait bluster::SdpShortUuid

source ·
pub trait SdpShortUuid<T: Into<u32>> {
    fn from_sdp_short_uuid(uuid: T) -> Uuid { ... }
}

Provided Methods

Implementations on Foreign Types

Implementors