Type Definition wallet_gen::prelude::Result [] [src]

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

Type alias of Result that uses the crate's Error type.