Trait fractal::user_facing_error::UserFacingError
source · pub trait UserFacingError {
// Required method
fn to_user_facing(&self) -> String;
}
pub trait UserFacingError {
// Required method
fn to_user_facing(&self) -> String;
}