Type Definition lodepng::Result[][src]

type Result<T, E = Error> = Result<T, E>;

Trait Implementations

impl From<ErrorCode> for Result<(), Error>[src]

fn from(err: ErrorCode) -> Self[src]

Performs the conversion.