TEXT   85
pub enum Error
Guest on 5th February 2023 10:11:33 AM


  1. pub enum Error {
  2.     id(Error),
  3.     Io(Error),
  4.     TooBig,
  5.     NoIdSegment,
  6.     IdNotFound(u64),
  7.     IdDecode(DecodeError),
  8.     Tera(Error),
  9.     Url(String),
  10.     NoContentLength,
  11. }

Raw Paste

Login or Register to edit or fork this paste. It's free.