[][src]Type Definition kodama::Result

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

A type alias for Result<T, Error>.