Trait IntoAugmentation

Source
pub trait IntoAugmentation {
    // Required method
    fn into_augmentation(self) -> Option<Vec<u8>>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoAugmentation for ()

Source§

impl IntoAugmentation for Vec<u8>

Implementors§