Type Definition aligned_ptr::Result[][src]

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

core::result::Result which may contain Error.