Trait didcomm_rs::Shape[][src]

pub trait Shape: Sized {
    type Err;
    fn shape(m: &Message) -> Result<Self, Self::Err>;
}

Associated Types

Loading content...

Required methods

fn shape(m: &Message) -> Result<Self, Self::Err>[src]

Loading content...

Implementors

Loading content...