[−][src]Trait try_traits::default::TryDefault
The try trait for Default
.
Associated Types
type Error
The type returned in the event of an error.
Required methods
fn try_default() -> Result<Self, Self::Error>
The fallible equivalent of Default::default
.