Type Definition lodepng::Result

source · []
pub type Result<T, E = Error> = Result<T, E>;

Trait Implementations

Performs the conversion.