Type Definition corundum::result::Result

source · []
pub type Result<T: ?Sized> = Result<T, String>;