Type Definition picto::Result [] [src]

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

Results from the library.