Type Definition bookfile::Result[][src]

pub type Result<T> = Result<T, BookError>;
Expand description

A Result type for things that may return BookError.