Trait packtool::Context[][src]

pub trait Context<T, E>: Sealed {
    fn context<C>(self, context: C) -> Result<T, Error>
    where
        C: Into<Error>
; }

Required methods

Implementations on Foreign Types

Implementors