Struct tango::Transform [] [src]

pub struct Transform<X, Y> {
    // some fields omitted
}

Methods

impl<X, Y> Transform<X, Y> where X: Deref<Target=Path>, Y: Deref<Target=Path>
[src]

fn error(&self, kind: ErrorKind) -> Error

Trait Implementations

impl<X: Debug, Y: Debug> Debug for Transform<X, Y>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.