[][src]Trait saphir::ToBody

pub trait ToBody {
    fn to_body(&self) -> Body;
}

Required methods

fn to_body(&self) -> Body

Loading content...

Implementors

impl<I> ToBody for I where
    I: Into<Body> + Clone
[src]

Loading content...