Function origen::with_current_user[][src]

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