Function origen::with_user_mut[][src]

pub fn with_user_mut<T, F>(user: &str, func: F) -> Result<T> where
    F: FnMut(&mut User) -> Result<T>,