Function origen::with_user[][src]

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