Type Definition ape::Result [] [src]

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

A specialized Result type for metadata operations.