[][src]Trait scid::ToSscid

pub trait ToSscid {
    fn to_scid(&self) -> Result<Sscid>;
}

Required methods

fn to_scid(&self) -> Result<Sscid>

Loading content...

Implementations on Foreign Types

impl ToSscid for Vec<u8>[src]

fn to_scid(&self) -> Result<Sscid>[src]

Create a Sscid from a byte vector.

impl ToSscid for String[src]

fn to_scid(&self) -> Result<Sscid>[src]

Create a Sscid from an owned String.

impl<'a> ToSscid for &'a str[src]

impl ToSscid for str[src]

impl<'a> ToSscid for &'a [u8][src]

impl ToSscid for [u8][src]

fn to_scid(&self) -> Result<Sscid>[src]

Create a Sscid from a byte slice.

Loading content...

Implementors

Loading content...