[][src]Trait mango_orm::models::password::Password

pub trait Password {
    pub fn create_password_hash(
        field_value: &str
    ) -> Result<String, Box<dyn Error>> { ... } }

Provided methods

pub fn create_password_hash(field_value: &str) -> Result<String, Box<dyn Error>>[src]

Loading content...

Implementors

Loading content...