Skip to main content

Singular

Trait Singular 

Source
pub trait Singular:
    Send
    + Sync
    + FetchBytes {
    // Required method
    fn hash(&self) -> Hash;
}

Required Methods§

Source

fn hash(&self) -> Hash

Trait Implementations§

Source§

impl ToOutput for dyn Singular

Source§

fn to_output(&self, output: &mut dyn Output)

Source§

fn data_hash(&self) -> Hash

Source§

fn output<T: Output + Default>(&self) -> T

Source§

fn vec(&self) -> Vec<u8>

Source§

impl InlineOutput for dyn Singular

Implementors§