[][src]Type Definition fcc::Result

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

A type alias for Result<T, fcc::Error>.

This result type embeds the error type in this crate.