Trait hyper_static_server::internals::ErrorExtWrap[][src]

pub trait ErrorExtWrap<E> {
    pub fn wrap(self, _code: u32) -> E;
}

Required methods

pub fn wrap(self, _code: u32) -> E[src]

Loading content...

Implementors

impl<EI, EO> ErrorExtWrap<EO> for EI where
    EO: ErrorExtWrapFrom<EI>, 
[src]

Loading content...